-
Notifications
You must be signed in to change notification settings - Fork 18.5k
cmd/internal/obj/riscv: add assembly support of Zbc extension #76301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
This PR (HEAD: 2cfd9b7) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/720520. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/720520. |
|
Message from Joel Sing: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/720520. |
|
This PR (HEAD: c4708fe) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/720520. Important tips:
|
|
This PR (HEAD: 53790f0) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/720520. Important tips:
|
|
Message from Xueqi Luo: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/720520. |
The Zbc extension adds carry-less multiplication instructions for
polynomial arithmetic over GF(2), which is used in cryptographic
algorithms and error-correcting codes. The instructions included
are: clmul, clmulh, and clmulr.